opensles.android_metadata

Undocumented in source.

Members

Manifest constants

ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE
enum ANDROID_KEY_PCMFORMAT_BITSPERSAMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANDROID_KEY_PCMFORMAT_CHANNELMASK
enum ANDROID_KEY_PCMFORMAT_CHANNELMASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANDROID_KEY_PCMFORMAT_CONTAINERSIZE
enum ANDROID_KEY_PCMFORMAT_CONTAINERSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANDROID_KEY_PCMFORMAT_ENDIANNESS
enum ANDROID_KEY_PCMFORMAT_ENDIANNESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANDROID_KEY_PCMFORMAT_NUMCHANNELS
enum ANDROID_KEY_PCMFORMAT_NUMCHANNELS;

Additional metadata keys to be used in SLMetadataExtractionItf: the ANDROID_KEY_PCMFORMAT_* keys follow the fields of the SLDataFormat_PCM struct, and as such all values corresponding to these keys are of SLuint32 type, and are defined as the fields of the same name in SLDataFormat_PCM. The exception is that sample rate is expressed here in Hz units, rather than in milliHz units.

ANDROID_KEY_PCMFORMAT_SAMPLERATE
enum ANDROID_KEY_PCMFORMAT_SAMPLERATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta